[INFO] fetching crate perl-dap-security 0.12.2...
[INFO] fixing perl-dap-security-0.12.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate perl-dap-security 0.12.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate perl-dap-security 0.12.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate perl-dap-security 0.12.2
[INFO] tweaked toml for crates.io crate perl-dap-security 0.12.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate perl-dap-security 0.12.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate perl-dap-security 0.12.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded perl-path-security v0.12.2
[INFO] [stderr]   Downloaded perl-path-normalize v0.12.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b52fb365af70ea0bbc1ac8f739e7b211cd1b6c7b51ac68f5cb4f45bf113553e9
[INFO] running `Command { std: "docker" "start" "b52fb365af70ea0bbc1ac8f739e7b211cd1b6c7b51ac68f5cb4f45bf113553e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b52fb365af70ea0bbc1ac8f739e7b211cd1b6c7b51ac68f5cb4f45bf113553e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b52fb365af70ea0bbc1ac8f739e7b211cd1b6c7b51ac68f5cb4f45bf113553e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b52fb365af70ea0bbc1ac8f739e7b211cd1b6c7b51ac68f5cb4f45bf113553e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking perl-path-normalize v0.12.2
[INFO] [stderr]     Checking perl-path-security v0.12.2
[INFO] [stderr]     Checking perl-dap-security v0.12.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `anyhow`
[INFO] [stdout]   --> src/lib.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use anyhow::Result;
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_tdd_support`
[INFO] [stdout]    --> src/lib.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |         use perl_tdd_support::must;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_tdd_support`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_tdd_support`, use `cargo add perl_tdd_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_tdd_support`
[INFO] [stdout]    --> src/lib.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 |         use perl_tdd_support::{must, must_some};
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_tdd_support`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_tdd_support`, use `cargo add perl_tdd_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_tdd_support`
[INFO] [stdout]    --> src/lib.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 |         use perl_tdd_support::must_err;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_tdd_support`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_tdd_support`, use `cargo add perl_tdd_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_tdd_support`
[INFO] [stdout]    --> src/lib.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 |         use perl_tdd_support::must_err;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_tdd_support`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_tdd_support`, use `cargo add perl_tdd_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/lib.rs:160:33
[INFO] [stdout]     |
[INFO] [stdout] 160 |             Ok(_) => return Err(anyhow::anyhow!("Expected error, got Ok")),
[INFO] [stdout]     |                                 ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/lib.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 return Err(anyhow::anyhow!(
[INFO] [stdout]     |                            ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/lib.rs:132:33
[INFO] [stdout]     |
[INFO] [stdout] 132 |             Ok(_) => return Err(anyhow::anyhow!("Expected error, got Ok")),
[INFO] [stdout]     |                                 ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anyhow` in this scope
[INFO] [stdout]    --> src/lib.rs:127:28
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 return Err(anyhow::anyhow!(
[INFO] [stdout]     |                            ^^^^^^ use of unresolved module or unlinked crate `anyhow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/dap_security_ac16_tests.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]    |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/dap_security_ac16_tests.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]    |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/dap_security_ac16_tests.rs:60:15
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]    |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/dap_security_ac16_tests.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]    |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/dap_security_ac16_tests.rs:85:15
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]    |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/dap_security_ac16_tests.rs:97:15
[INFO] [stdout]    |
[INFO] [stdout] 97 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]    |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-dap-security` (test "dap_security_ac16_tests") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:102:23
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let tempdir = tempfile::tempdir()?;
[INFO] [stdout]     |                       ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:115:28
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let tempdir = must(tempfile::tempdir());
[INFO] [stdout]     |                            ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:140:28
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let tempdir = must(tempfile::tempdir());
[INFO] [stdout]     |                            ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:143:29
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let tempdir2 = must(tempfile::tempdir());
[INFO] [stdout]     |                             ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:169:23
[INFO] [stdout]     |
[INFO] [stdout] 169 |         let tempdir = tempfile::tempdir()?;
[INFO] [stdout]     |                       ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:185:23
[INFO] [stdout]     |
[INFO] [stdout] 185 |         let tempdir = tempfile::tempdir()?;
[INFO] [stdout]     |                       ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:201:23
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let tempdir = tempfile::tempdir()?;
[INFO] [stdout]     |                       ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:300:23
[INFO] [stdout]     |
[INFO] [stdout] 300 |         let tempdir = tempfile::tempdir()?;
[INFO] [stdout]     |                       ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/dap_path_traversal_hardened_tests.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]    |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/dap_path_traversal_hardened_tests.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/dap_path_traversal_hardened_tests.rs:241:15
[INFO] [stdout]     |
[INFO] [stdout] 241 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/dap_path_traversal_hardened_tests.rs:255:17
[INFO] [stdout]     |
[INFO] [stdout] 255 |     let outer = tempfile::tempdir()?;
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/dap_path_traversal_hardened_tests.rs:273:17
[INFO] [stdout]     |
[INFO] [stdout] 273 |     let outer = tempfile::tempdir()?;
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/dap_path_traversal_hardened_tests.rs:293:15
[INFO] [stdout]     |
[INFO] [stdout] 293 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/dap_path_traversal_hardened_tests.rs:307:15
[INFO] [stdout]     |
[INFO] [stdout] 307 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-dap-security` (lib test) due to 17 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/dap_path_traversal_hardened_tests.rs:674:15
[INFO] [stdout]     |
[INFO] [stdout] 674 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/dap_path_traversal_hardened_tests.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn workspace() -> Result<(tempfile::TempDir, PathBuf), Box<dyn std::error::Error>> {
[INFO] [stdout]    |                           ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-dap-security` (test "dap_path_traversal_hardened_tests") due to 9 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/path_traversal_tests.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]    |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:264:19
[INFO] [stdout]     |
[INFO] [stdout] 264 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:277:19
[INFO] [stdout]     |
[INFO] [stdout] 277 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:290:21
[INFO] [stdout]     |
[INFO] [stdout] 290 |         let outer = tempfile::tempdir()?;
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 312 |         let outer = tempfile::tempdir()?;
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:328:21
[INFO] [stdout]     |
[INFO] [stdout] 328 |         let outer = tempfile::tempdir()?;
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:346:21
[INFO] [stdout]     |
[INFO] [stdout] 346 |         let outer = tempfile::tempdir()?;
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:363:21
[INFO] [stdout]     |
[INFO] [stdout] 363 |         let outer = tempfile::tempdir()?;
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:381:19
[INFO] [stdout]     |
[INFO] [stdout] 381 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:401:21
[INFO] [stdout]     |
[INFO] [stdout] 401 |         let outer = tempfile::tempdir()?;
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:418:19
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> tests/path_traversal_tests.rs:658:15
[INFO] [stdout]     |
[INFO] [stdout] 658 |     let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |               ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]   --> tests/path_traversal_tests.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn workspace() -> Result<(tempfile::TempDir, PathBuf), Box<dyn std::error::Error>> {
[INFO] [stdout]    |                           ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-dap-security` (test "path_traversal_tests") due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "b52fb365af70ea0bbc1ac8f739e7b211cd1b6c7b51ac68f5cb4f45bf113553e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b52fb365af70ea0bbc1ac8f739e7b211cd1b6c7b51ac68f5cb4f45bf113553e9", kill_on_drop: false }`
[INFO] [stdout] b52fb365af70ea0bbc1ac8f739e7b211cd1b6c7b51ac68f5cb4f45bf113553e9
